FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hsos.eWundbericht#0.9.0 (78 ms)

Package hsos.eWundbericht
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=hsos.eWundbericht@0.9.0&canonical=http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundSize
Url http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundSize
Version 0.9
Status draft
Date 2019-05-06T16:51:55.2746455+00:00
Name WoundSize
Experimental False
Description Captures the size of the wound by components width, length, depth and area where width, length and are are mandatory.
Copyright Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary EWoundSummary

Resources that this resource uses

StructureDefinition
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/BodyStructure BodyStructure
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient Patient
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound Wound
http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Flaecheneinheit Flächeneinheiten


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ad8cf332-0409-4a14-8099-6b7685b8e0c4",
  "url" : "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundSize",
  "version" : "0.9",
  "name" : "WoundSize",
  "status" : "draft",
  "date" : "2019-05-06T16:51:55.2746455+00:00",
  "publisher" : "Hochschule Osnabrück",
  "contact" : [
    {
      "name" : "Mareike Przysucha",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ewundbericht@hs-osnabrueck.de",
          "use" : "work"
        },
        {
          "system" : "phone",
          "value" : "+49 541 969 3354",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Captures the size of the wound by components width, length, depth and area where width, length and are are mandatory.",
  "copyright" : "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation",
        "path" : "Observation",
        "definition" : "Measurements and simple assertions made about a patient, device or other subject.\r\n---\r\nA draft on observation WoundSize\r\n\r\nIt supports two elements of WoundSize. First length of wound and second width of wound.\r\n\r\nLOINC codes are used to encode data.\r\n\r\n---\r\n\r\nTimestamp has to be available for measure."
      },
      {
        "id" : "Observation.category.coding.system",
        "path" : "Observation.category.coding.system",
        "fixedUri" : "http://hl7.org/fhir/ValueSet/observation-category"
      },
      {
        "id" : "Observation.category.coding.code",
        "path" : "Observation.category.coding.code",
        "fixedCode" : "exam"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.code.coding:loinc",
        "path" : "Observation.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.code.coding:loinc.system",
        "path" : "Observation.code.coding.system",
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Observation.code.coding:loinc.code",
        "path" : "Observation.code.coding.code",
        "fixedCode" : "72287-6"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.focus",
        "path" : "Observation.focus",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Resource",
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/BodyStructure",
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        },
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.effective[x]:effectiveDateTime",
        "path" : "Observation.effective[x]",
        "sliceName" : "effectiveDateTime",
        "definition" : "A timestamp of the examination date when wound size was assessed.",
        "min" : 1,
        "type" : [
          {
            "code" : "dateTime"
          }
        ]
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "code"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Observation.component:WoundLength",
        "path" : "Observation.component",
        "sliceName" : "WoundLength",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:WoundLength.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "39126-8"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundLength.code.coding",
        "path" : "Observation.component.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundLength.code.coding:loinc",
        "path" : "Observation.component.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "39126-8"
        }
      },
      {
        "id" : "Observation.component:WoundLength.code.coding:loinc.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundLength.code.coding:loinc.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundLength.code.coding:snomed",
        "path" : "Observation.component.code.coding",
        "sliceName" : "snomed",
        "patternCoding" : {
          "system" : "http://snomed.info/sct",
          "code" : "401238003",
          "display" : "Length of wound (observable entity)"
        }
      },
      {
        "id" : "Observation.component:WoundLength.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        },
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundLength.value[x]:valueQuantity",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueQuantity",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundebericht/ValueSet/Wundgroesseneinheit"
        }
      },
      {
        "id" : "Observation.component:WoundLength.value[x]:valueQuantity.value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundLength.value[x]:valueQuantity.unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "cm"
      },
      {
        "id" : "Observation.component:WoundLength.value[x]:valueQuantity.system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:WoundLength.value[x]:valueQuantity.code",
        "path" : "Observation.component.value[x].code",
        "min" : 1,
        "fixedCode" : "cm"
      },
      {
        "id" : "Observation.component:WoundWidth",
        "path" : "Observation.component",
        "sliceName" : "WoundWidth",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:WoundWidth.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "39125-0"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundWidth.code.coding",
        "path" : "Observation.component.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundWidth.code.coding:loinc",
        "path" : "Observation.component.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "39125-0"
        }
      },
      {
        "id" : "Observation.component:WoundWidth.code.coding:loinc.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundWidth.code.coding:loinc.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundWidth.code.coding:snomed",
        "path" : "Observation.component.code.coding",
        "sliceName" : "snomed",
        "patternCoding" : {
          "system" : "http://snomed.info/sct",
          "code" : "401239006",
          "display" : "Width of wound (observable entity)"
        }
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        },
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]:valueQuantity",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueQuantity",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundebericht/ValueSet/Wundgroesseneinheit"
        }
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]:valueQuantity.value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]:valueQuantity.unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "cm"
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]:valueQuantity.system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:WoundWidth.value[x]:valueQuantity.code",
        "path" : "Observation.component.value[x].code",
        "fixedCode" : "cm"
      },
      {
        "id" : "Observation.component:WoundDepth",
        "path" : "Observation.component",
        "sliceName" : "WoundDepth",
        "max" : "1"
      },
      {
        "id" : "Observation.component:WoundDepth.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "39114-4"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundDepth.code.coding",
        "path" : "Observation.component.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundDepth.code.coding:loinc",
        "path" : "Observation.component.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "39114-4"
        }
      },
      {
        "id" : "Observation.component:WoundDepth.code.coding:loinc.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundDepth.code.coding:loinc.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundDepth.value[x]",
        "path" : "Observation.component.value[x]",
        "type" : [
          {
            "code" : "Quantity"
          },
          {
            "code" : "CodeableConcept"
          },
          {
            "code" : "string"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundebericht/ValueSet/Wundgroesseneinheit"
        }
      },
      {
        "id" : "Observation.component:WoundArea",
        "path" : "Observation.component",
        "sliceName" : "WoundArea",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:WoundArea.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "89260-4"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundArea.code.coding",
        "path" : "Observation.component.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundArea.code.coding:loinc",
        "path" : "Observation.component.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "89260-4"
        }
      },
      {
        "id" : "Observation.component:WoundArea.code.coding:loinc.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundArea.code.coding:loinc.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:WoundArea.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        },
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:WoundArea.value[x]:valueQuantity",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueQuantity",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Flaecheneinheit"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.